Opc.Ua.Security.Certificates
X509Signature Constructor(Byte[])



Opc.Ua.Security.Certificates Namespace > X509Signature Class > X509Signature Constructor : X509Signature Constructor(Byte[])
Initialize and decode the sequence with binary ASN.1 encoded CRL or certificate.
Syntax
'Declaration
 
Public Function New( _
   ByVal signedBlob() As Byte _
)
'Usage
 
Dim signedBlob() As Byte
 
Dim instance As New X509Signature(signedBlob)
public X509Signature( 
   byte[] signedBlob
)
public:
X509Signature( 
   array<byte>^ signedBlob
)

Parameters

signedBlob
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

X509Signature Class
X509Signature Members
Overload List